Common Dialog Demonstration


The COMMONDG sample shows basic uses of each of the common dialogs.

This sample is based on the GENERIC sample.

Module Map
----------

Dispatch - Message dispatching routines.
WinMain  - Calls initialization functions and processes the message loop.
Commondg - Window procedure for the main application window.
Init     - Performs application and instance-specific initialization.
About    - Defines a standard About dialog box.
Misc     - Defines the application-specific commands not related to
           a specific module.
commdlg  - Stub and paint functions for the commdlg sample.
filedlg  - Shows the use of the Open and Save As common dialogs.
finddlg  - Shows the use of the find and replace common dialogs.
optdlg   - Shows the use of the fonts and colors common dialogs.
printdlg - Shows the use of the Print and Print Setup common dialogs.
